dsh-opencode-zen-free-provider:为 dsh 接入 OpenCode Zen 免费模型
dsh-opencode-zen-free-provider 是由 jiesou 维护的 MIT 许可插件,旨在将 OpenCode Zen 免费模型无缝接入 DSH 生态。该插件在启动时一次性从 OpenCode Zen 和 models.dev 同步模型目录及元数据,无需手动配置或轮询,并自动过滤免费模型。其核心功能包括支持 MiMo V2.5 后端最高 1M 上下文长度,仅暴露上游接受的推理深度档位(Default 或 Off),并在终端错误事件中保留非凭证类拒绝(如额度到期、区域限制)的真实原因,而非笼统显示为 API Key 无效。若启动时拉取失败,插件仍能正常挂载以空目录提供服务。
Read MoreDSH Plugin Zen UserAgent: Fixing the DSH Plugin for OpenCode ZEN Free Model 429
`dsh-plugin-zen-useragent` is a DSH plugin maintained by `jiujiezongheti`, designed to resolve the issue where requests using OpenCode ZEN free models are incorrectly identified as `deepseek-harness` and return a `429 FreeUsageLimitError` because the request headers are not applied correctly. The plugin uses a patch mechanism to ensure that custom request headers (e.g., `User-Agent`) configured in provider settings override the default `attribution` field, allowing API requests to be correctly recognized as `opencode` clients. The plugin supports idempotent execution and automatically reapplies patches after DSH upgrades; if it detects code structure changes or write failures, it handles them accordingly.
Read Moredsh-opencode-zen: Integrating Free Models from OpenCode Zen into DeepSeek Harness
dsh-opencode-zen is a DSH plugin maintained by xiaozhe7772222, designed to integrate the free-tier models of OpenCode Zen into the dsh web model selector with zero configuration and zero cost. This plugin exposes an opencode provider, supporting six free models including DeepSeek V4 Flash, Xiaomi MiMo, and Tencent Hunyuan, allowing users to use them directly without registration or providing an API key. Core features include built-in 429/5xx automatic backoff and request throttling for quota management, support for streaming, tool calls, and reasoning content passthrough, with the ability to optimize output by setting reasoning effort levels. The plugin can be used with ds
Read More